Share via


TraceAreaSettings Class [IIS 7 and higher]

Contains trace areas that configure trace events and trace log file entries.

Syntax

class TraceAreaSettings : EmbeddedObject

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the TraceAreaSettings class.

Name

Description

Areas

An array of TraceAreaDefinition values that specify trace area names and their corresponding enumeration values for trace providers.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the TraceAreas array property of the TraceUrl class.

Inheritance Hierarchy

EmbeddedObject

   TraceAreaSettings

Requirements

Type

Description

Client

Requires IIS 7 on Windows Vista.

Server

Requires IIS 7 on Windows Server 2008.

Product

IIS 7

MOF file

WebAdministration.mof

See Also

Reference

EmbeddedObject Class [IIS 7 and higher]

TraceAreaDefinition Class [IIS 7 and higher]

TraceUrl Class [IIS 7 and higher]